home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / rexx / 2007 < prev    next >
Encoding:
Internet Message Format  |  1996-08-06  |  1.5 KB

  1. Path: knoware.nl!usenet
  2. From: koos_pol@compuware.com (Koos Pol)
  3. Newsgroups: comp.lang.rexx
  4. Subject: Re: ftp script
  5. Date: 16 Apr 1996 10:21:37 GMT
  6. Organization: Compuware Europe, Amsterdam
  7. Distribution: inet
  8. Message-ID: <4kvsbi$cuj@news.knoware.nl>
  9. References: <DpxxG9.263@solair1.inter.NL.net>
  10. Reply-To: koos_pol@compuware.com (Koos Pol)
  11. NNTP-Posting-Host: willow.uniface.nl
  12. X-Newsreader: IBM NewsReader/2 v1.02
  13.  
  14. In <DpxxG9.263@solair1.inter.NL.net>, jwit00@solair1.inter.NL.net (J. de Wit) writes:
  15. >Hello,
  16. >
  17. >We haven a rexx script from which a ftp session is activated to another 
  18. >system. It looks likes this :
  19. >user
  20. >put myfile 
  21. >quit
  22. >
  23. >On the other system the account has no password or is empty.  Still rexx is prompting for a password. So the script can't be executed from batch.
  24. >What we want is rexx preventing from asking for a password, by example if it is possible to add a ctrl enter after the user has been entered ??
  25. >
  26. >Thanks in advance...
  27.  
  28.  
  29. Put this line into the \MPTN\ETC\NETRC file. Here you configure users and passwords for any host:
  30. machine <hostname> login <loginid> password <password>
  31.  
  32. Koos
  33. -----------------------------------------------------------------
  34. S.C. Pol                                    Phone: +31 20 3116122
  35. PC Systems Administrator                    Fax  : +31 20 3116133
  36. Compuware Europe                    email: koos_pol@compuware.com
  37. Amsterdam 
  38. The Netherlands               "Please DO disturb. I was working!"
  39. -----------------------------------------------------------------
  40.  
  41.